水無瀬の部屋 > Programming > sample > tools > dlg > browsbox > browsbox.h |
---|
1: //*********************************************************
2: // プロジェクト: フォルダ参照ダイアログ
3: // ファイル名: browsbox.h
4: //*********************************************************
5: #ifndef BROWSEBOX_HEAD_INCLUDED // 多重インクルードの防止
6: #define BROWSEBOX_HEAD_INCLUDED
7:
8:
9: //*********************************************************
10: // コンパイル環境の指定
11: //*********************************************************
12: #ifndef PRIVATE_TOOLS_HEAD_INCLUDED // 冗長ガード
13: #include <header/_tools.h>
14: #ifndef PRIVATE_TOOLS_HEAD_INCLUDED // ガード名の検査
15: #error "? PRIVATE_TOOLS_HEAD_INCLUDED"
16: #endif // #ifndef PRIVATE_TOOLS_HEAD_INCLUDED
17: #endif // #ifndef PRIVATE_TOOLS_HEAD_INCLUDED
18:
19:
20: //*********************************************************
21: // 関数 の 宣言
22: //*********************************************************
23: #ifdef __cplusplus
24: extern "C" {
25: #endif
26:
27:
28: ITEMIDLIST *BrowseForFolder( HWND hOwner, BFFCALLBACK BrowseCallbackProc, UINT uFlags, const char *Title, const char *Default );
29: bool BrowseBox( HWND hOwner, UINT uFlags, const char *title, char *path, int bufsize, const char *defpath );
30:
31:
32: #ifdef __cplusplus
33: } // extern "C"
34: #endif
35:
36:
37: #endif // #ifndef BROWSEBOX_HEAD_INCLUDED
38:
39:
40: //** end **
41:
参照:
browsbox.cpp, cmdline.cpp, mainbox.cpp
水無瀬の部屋 > sample > tools > dlg > browsbox > browsbox.h |
---|
このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/tools/dlg/browsbox/browsbox_h.shtml
同人ダウンロード販売|DL.Getchu.com